home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(6) then
- cursor([901, 902])
- go("anim")
- else
- if rollOver(34) or rollOver(35) then
- cursor([901, 902])
- else
- HotSpots(2, 5)
- end if
- end if
- end if
- if act = 1 then
- if rollOver(37) or rollOver(38) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- Loopframe()
- end
-